home *** CD-ROM | disk | FTP | other *** search
/ ftp2.jacobs.com / 2015.02.ftp2.jacobs.com.tar / ftp2.jacobs.com / pub / iPass / Open Mobile-V2.3.0-11624-V9.000.msi / Data1.cab / _6AB4C8D9F09D57248F8434CB1F47FB96 < prev    next >
Extensible Markup Language  |  2012-10-24  |  2KB  |  38 lines

  1. <?xml version="1.0"?>
  2. <!-- Please read this comment carefully:
  3.  
  4. Please create an copy of this sample file, rename it to "AdminWWDevicesWin7.xml" file and include/copy the block and 
  5. all the nodes between <wwdfdb:Device id="3001"> </wwdfdb:Device> for GPRS device and <wwdfdb:Device 
  6. id="3003"></wwdfdb:Device> for CDMA devices. Assign a unique value for the 'id' attribute for the newly added 
  7. <wwdfdb:Device id=""> xml block. This 'id' must match with the 'id' specified in the MBLiteGprs.xml file
  8. (MBLiteCdma.xml file for CDMA device) for the new device. Also fill in device manufacturer and model information. 
  9. Please refer to the User Guide for more information-->
  10.  
  11. <wwdfdb:DeviceDB xmlns:wwdfdb="http://www.ipass.com/ns/wwdfdb" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ipass.com/ns/wwdfdb RulesAdminDevicesFile.xsd">
  12. <wwdfdb:FileVersion>4.6.0.1</wwdfdb:FileVersion>
  13.  
  14.   <wwdfdb:DeviceList>
  15.       <!--id is unique for each device and unique across all the device xml files.-->    
  16.       <wwdfdb:Device id="3001">
  17.           <wwdfdb:Mfg>Novatel Wireless</wwdfdb:Mfg>
  18.           <wwdfdb:Model>Ovation MC950D</wwdfdb:Model>
  19.           <wwdfdb:Bin>%Application%\MBLiteGprs.dll</wwdfdb:Bin>
  20.           <wwdfdb:ImplType>Impl-V2</wwdfdb:ImplType>
  21.           <wwdfdb:Ver>1.0.0.1</wwdfdb:Ver>
  22.           <!--Within 'wwdfdb:Status' node, specify 'InUse' for iPassConnect to consider this device entry block and specify 'Ignore' for this device entry block to be ignored-->
  23.           <wwdfdb:Status>InUse</wwdfdb:Status>
  24.       </wwdfdb:Device>
  25.  
  26.       <wwdfdb:Device id="3003">
  27.           <wwdfdb:Mfg>HUAWEI INCORPORATED</wwdfdb:Mfg>
  28.           <wwdfdb:Model>EC121</wwdfdb:Model>
  29.           <wwdfdb:Bin>%Application%\MBLiteCdma.dll</wwdfdb:Bin>
  30.           <wwdfdb:ImplType>Impl-V2</wwdfdb:ImplType>
  31.           <wwdfdb:Ver>1.0.0.1</wwdfdb:Ver>
  32.           <!--Within 'wwdfdb:Status' node, specify 'InUse' for iPassConnect to consider this device entry block and specify 'Ignore' for this device entry block to be ignored-->
  33.           <wwdfdb:Status>InUse</wwdfdb:Status>
  34.       </wwdfdb:Device>
  35.  
  36.     </wwdfdb:DeviceList>
  37. </wwdfdb:DeviceDB>
  38.